home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Examples / Embed / Sources / SOMIter.cpp < prev    next >
Encoding:
Text File  |  1995-11-08  |  508 b   |  22 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                SOMIter.cpp
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    © 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWPRTITE_H
  11. #include "FWPrtIte.h"
  12. #endif
  13.  
  14. #ifndef FWSOMITE_H
  15. #include "FWSOMIte.h"
  16. #endif
  17.  
  18. #ifdef FW_BUILD_MAC
  19. #pragma segment odfembed
  20. #endif
  21.  
  22. FW_SOMITERATOR(ODFExamples, ODFEmbed)